home *** CD-ROM | disk | FTP | other *** search
- @echo off
- c:
- :OFFHOOK
- echo ATH1 > COM1
- c:\util\yesorno /Y /15 /clr Is the OH lite on the modem lighted [Y/N]?
- if errorlevel 1 goto OFFHOOK
- c:\util\logit /f:c:\games.log /t:"Overkill was played at:"
- cd\arcade\overkill
- overkill
- c:\util\logit /f:c:\games.log /t:"Overkill was ended at:"
- cd\
- c:\util\yesorno /Y /15 /clr Do you want to reload the BBS [Y/N]?
- if errorlevel 1 goto END
- reboot ultra
- :END
-